en

Sorting algorithm

ru

Translation sorting algorithm into russian

sorting algorithm
The sorting algorithm efficiently organized the data.
Алгоритм сортировки эффективно организовал данные.

Definitions

A sorting algorithm is a method used to arrange the elements of a list or array in a specific order, typically in ascending or descending numerical or lexicographical order. Common examples include quicksort, mergesort, and bubblesort.